home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / doodle_d.swf / scripts / DefineButton2_125 / BUTTONCONDACTION on(release).as
Text File  |  2013-04-24  |  77b  |  6 lines

  1. on(release){
  2.    ship.gotoAndStop(4);
  3.    ship.clear();
  4.    nextFrame();
  5. }
  6.